Calling this method will assign the given index to the tab. The action is equivalent to selecting File > Open Index from the menu in the Perceptive Enterprise Search - Local Administration Console application or clicking on the index in "My Index Catalog".
Sub(Path)
IndexPath = BrowseForFolder If IndexPath <> "" Then App.ActiveTab.OpenIndex IndexPath End If